home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / text / hyper / ADtoHT2_0.lha / AdditionalDocs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-16  |  166 b   |  10 lines

  1. #ifndef ADDITIONALDOCS_H
  2. #define ADDITIONALDOCS_H
  3.  
  4. void WriteGlobalTOC (void);
  5. void WriteXRef (void);
  6.  
  7. extern char *GlobalTOCFilename;
  8.  
  9. #endif /* ADDITIONALDOCS_H */
  10.